home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / netCD41 / PC16.DIR / 00201_Script_201 < prev    next >
Text File  |  1997-12-08  |  263b  |  9 lines

  1. on exitFrame
  2.   global section
  3.   if section="menu" then go to frame "menu"
  4.   if section="next" then go to marker(1)
  5.   if section="back" then go to frame "menu"
  6.   if section="sect9" then go to frame "sect9"
  7.   if section="quit" then go to frame "quit"
  8.   
  9. end